Skip to content

feat(review): add AMS live-gate-thresholds read endpoint - #6552

Closed
RealDiligent wants to merge 5 commits into
JSONbored:mainfrom
RealDiligent:feat/critical-issue-orb-gate-thresholds-endpoint-6486-v2
Closed

feat(review): add AMS live-gate-thresholds read endpoint#6552
RealDiligent wants to merge 5 commits into
JSONbored:mainfrom
RealDiligent:feat/critical-issue-orb-gate-thresholds-endpoint-6486-v2

Conversation

@RealDiligent

Copy link
Copy Markdown
Contributor

Summary

  • Expose field-limited snake_case live gate thresholds for AMS via GET /v1/repos/:owner/:repo/live-gate-thresholds.
  • Live override wins; soaking shadow fills in when live is absent; 404 when neither is active.
  • Auth matches gate-config/effective (static token + MCP allowlist).

Closes #6486

Supersedes closed #6545 (codecov/patch).

Test plan

  • Unit: live/shadow/null/scopeCap-only/confidenceFloor-only/empty projections
  • Integration route coverage
  • CI + codecov/patch ≥ 99%

RealDiligent and others added 5 commits July 16, 2026 21:19
Expose field-limited snake_case confidence_floor / scope_cap_* from live (or soaking shadow) TunableOverride, gated by isMcpReadRepoAllowed, with 404 when no override is active.

Closes JSONbored#6486

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…ecov

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@RealDiligent
RealDiligent requested a review from JSONbored as a code owner July 16, 2026 13:20
@RealDiligent

Copy link
Copy Markdown
Contributor Author

Polluted branch; ignore.

@loopover-orb loopover-orb Bot added the gittensor:feature Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier. label Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gittensor:feature Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(review): read-only endpoint exposing ORB's live self-tuned gate thresholds

1 participant